home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / progjrn / pj_7_2.arc / WINDEV1.ARC / SMLTPL.RC < prev    next >
Text File  |  1988-11-27  |  327b  |  15 lines

  1. /* 
  2.  * Resource file for the Windows small memory model template
  3.  *
  4.  * Written by Bill Hall, Olivetti ATC
  5.  */
  6.  
  7. #include "smltpl.h"
  8.  
  9. STRINGTABLE
  10. BEGIN
  11.     IDS_APPNAME  "Smltpl"    /* application name */
  12.     IDS_ICON     "STPL"        /* icon string */
  13.     IDS_TITLE     "Windows Small Memory Model Template"    /* title bar */
  14. END
  15.